projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdc63b
)
Backport: * Fix typo in diff-file-prev/next
author
Leo Liu
<sdl.web@gmail.com>
Sun, 24 Jun 2012 02:30:51 +0000
(10:30 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Sun, 24 Jun 2012 02:30:51 +0000
(10:30 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index bea8584d03c1518d5988b34b2e1c08677ff55584..6d51598a777bf2022adc200a884eb8752fd31815 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-06-24 Leo Liu <sdl.web@gmail.com>
+
+ * vc/diff-mode.el (diff-file-prev/next): Fix typo.
+
2012-06-23 Leo Liu <sdl.web@gmail.com>
* textmodes/enriched.el (enriched-next-annotation):
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index 16e33889c31a7400c7fa71c12b6518bb01d3d8f5..8b6b85dd22ee0dd072581c7894c06c154b069326 100644
(file)
--- a/
lisp/vc/diff-mode.el
+++ b/
lisp/vc/diff-mode.el
@@
-545,7
+545,7
@@
but in the file header instead, in which case move forward to the first hunk."
(condition-case-unless-debug nil (diff-refine-hunk) (error nil))))
(easy-mmode-define-navigation
- diff-file diff-file-header-re "file" diff-end-of-
hunk
)
+ diff-file diff-file-header-re "file" diff-end-of-
file
)
(defun diff-restrict-view (&optional arg)
"Restrict the view to the current hunk.